home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 626-637 / disk_629 / rexxrmf / readme.txt < prev    next >
Text File  |  1992-05-06  |  2KB  |  61 lines

  1.  
  2.  
  3.   RexxRMF version 1.8 March 1992
  4.  
  5.   RexxRMF.library may be freely distributed and copied.
  6.   
  7.   
  8.   RexxRMF.library provides basic record management/indexing facilities
  9.   using balanced binary trees (these aint B+ trees).  
  10.   If you want/need KEYED file accessing from ARexx this library may 
  11.   fit the bill.  The only constraint is that the files must be small.
  12.   (your memory configuration determines how small)
  13.  
  14.   The record management functions allow for:
  15.          Variable length keys    (512byte max)
  16.          Variable length records (65K max)
  17.          Variable number (65K max) of fields per record
  18.          Mulitple indexes on a single file (max 6 indices)
  19.          Duplicate or Unique keys
  20.          Passing of record data directly to/from ARexx variables. 
  21.  
  22.  
  23.   To see how it works examine and run the examples
  24.   
  25.   copy RexxRMF.library to your LIBS: directory 
  26.   (note caps are important; name just like this --> RexxRMF.library )
  27.   
  28.      addressbook.rexx 
  29.      videorental.rexx 
  30.      readonly.rexx
  31.      test.rexx
  32.  
  33.  
  34.   If you re-distribute this library please dont leaving anything out
  35.   especially the utility programs and their source.
  36.   
  37.    This arc should contain
  38.  
  39.     RexxRMF.library
  40.     RexxRMF.doc
  41.  
  42.     examples listed above and their data files
  43.     
  44.     reloadrmfdata.c    /* Utility Pgms. and source */
  45.     reloadrmfdata
  46.     rebuildrmfindex.c
  47.     rebuildrmfindex
  48.     dumprmfdata.c
  49.     dumprmfdata
  50.     checkrmf.c
  51.     checkrmf
  52.     avl.structs.h
  53.     
  54.     release_info.txt
  55.     readme.txt
  56.  
  57.   I can be reached on PORTAL for bug reports, compliants, and compliments.
  58.  
  59.   Ronnie E. Kelly, (aka WRECK),  Mar. 1992.
  60.   
  61.